home *** CD-ROM | disk | FTP | other *** search
- on new me
- set the visible of sprite the currentSpriteNum to 1
- set the visible of sprite (the currentSpriteNum + 1) to 0
- end
-
- on rightMouseDown me
- set the visible of sprite (the currentSpriteNum + 1) to 1
- end
-
- on mouseLeave me
- set the visible of sprite (the currentSpriteNum + 1) to 0
- end
-
- on mouseUp me
- set the visible of sprite (the currentSpriteNum + 1) to 0
- end
-